home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Reference Guide / C-C++ Interactive Reference Guide.iso / c_ref / clesson / c.dir / 00177_Bitmap_177 (.png) < prev    next >
Bitmap Image  |  1995-04-05  |  84KB  |  313x262  |  1-bit (2 colors)
Labels: text | font | handwriting | screenshot
OCR: ifp = fopen(argv[1], "r"); ofp = fopen(argv[2], "w"); for (i=0; i<26; + + i) letter[i] = 0; while (( c = getc(ifp)) != EOF if (c >='A' && c <= 'Z') + + letter [ c - 'A'];